翻訳と辞書
Words near each other
・ Spectracanthicus punctatissimus
・ Spectracom
・ Spectrahedron
・ Spectral (album)
・ Spectral (film)
・ Spectral abscissa
・ Spectral acceleration
・ Spectral analysis
・ Spectral Associates
・ Spectral asymmetry
・ Spectral atlas
・ Spectral band replication
・ Spectral bands
・ Spectral bat
・ Spectral centroid
Spectral clustering
・ Spectral color
・ Spectral component
・ Spectral concentration problem
・ Spectral correlation density
・ Spectral Database for Organic Compounds
・ Spectral density
・ Spectral density estimation
・ Spectral Dusk
・ Spectral edge frequency
・ Spectral efficiency
・ Spectral element method
・ Spectral energy distribution
・ Spectral envelope
・ Spectral estimation of multidimensional signals


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Spectral clustering : ウィキペディア英語版
Spectral clustering
In multivariate statistics and the clustering of data, spectral clustering techniques make use of the spectrum (eigenvalues) of the similarity matrix of the data to perform dimensionality reduction before clustering in fewer dimensions. The similarity matrix is provided as an input and consists of a quantitative assessment of the relative similarity of each pair of points in the dataset.
In application to image segmentation, spectral clustering is known as segmentation-based object categorization.
== Algorithms ==

Given an enumerated set of data points, the similarity matrix may be defined as a symmetric matrix A, where A_\geq 0 represents a measure of the similarity between data points with indexes i and j.
One spectral clustering technique is the normalized cuts algorithm or ''Shi–Malik algorithm'' introduced by Jianbo Shi and Jitendra Malik,〔Jianbo Shi and Jitendra Malik, ("Normalized Cuts and Image Segmentation" ), IEEE Transactions on PAMI, Vol. 22, No. 8, Aug 2000.〕 commonly used for image segmentation. It partitions points into two sets (B_1,B_2) based on the eigenvector v corresponding to the second-smallest eigenvalue of the
symmetric normalized Laplacian defined as
: L^:=I-D^AD^,
where D is the diagonal matrix
:D_ = \sum_j A_.
A mathematically equivalent algorithm 〔Marina Meilă & Jianbo Shi, "(Learning Segmentation by Random Walks )", Neural Information Processing Systems 13 (NIPS 2000), 2001, pp. 873–879.〕 takes the eigenvector corresponding to the largest eigenvalue of the random walk normalized Laplacian matrix P = D^A.
Another possibility is to use the Laplacian matrix defined as
: L:=D-A
rather than the symmetric normalized Laplacian matrix.
Partitioning may be done in various ways, such as by computing the median m of the components of the second smallest eigenvector v, and placing all points whose component in v is greater than m in B_1, and the rest in B_2. The algorithm can be used for hierarchical clustering by repeatedly partitioning the subsets in this fashion.
Alternatively to computing just one eigenvector, ''k'' eigenvectors for some ''k'', are computed, and then another algorithm (e.g. k-means clustering) is used to cluster points by their respective ''k'' components in these eigenvectors.
The efficiency of spectral clustering may be improved if the solution to the corresponding eigenvalue problem is performed in a matrix-free fashion, i.e., without explicitly manipulating or even computing the similarity matrix, as, e.g., in the Lanczos algorithm.
For large-sized graphs, the second eigenvalue of the (normalized) graph Laplacian matrix is often ill-conditioned, leading to slow convergence of iterative eigenvalue solvers. Preconditioning is a key technology accelerating the convergence, e.g., in the matrix-free LOBPCG method. Spectral clustering has been successfully applied on large graphs by first identifying their community structure, and then clustering communities.
Spectral clustering is closely related to Nonlinear dimensionality reduction, and dimension reduction techniques such as locally-linear embedding can be used to reduce errors from noise or outliers.
An open source code is available at.〔Free statistical software: https://github.com/ezahedi/Network-Clustering/tree/master/Spectral-clustering.〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Spectral clustering」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.